2005-09-08 Øyvind Kolås <pippin@gimp.org>
+ * Makefile.am: build extensions before tests.
+ * extensions/Makefile.in: build extensions when check is done.
* tests/Makefile.am: removed erroniously added foo test.
2005-09-08 Øyvind Kolås <pippin@gimp.org>
AUTOMAKE_OPTIONS = foreign dist-bzip2
-SUBDIRS = babl \
- tests \
- docs \
- extensions
+SUBDIRS = babl \
+ extensions \
+ tests \
+ docs
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = babl.pc
cp $(CFILES) $(Makefile.in) $$distdir
dvi:
-check:
#playing along with automake
+check: all
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
conversions \
types \
models \
- foo \
babl_class_name
TESTS_ENVIRONMENT = BABL_PATH=$(top_builddir)/extensions
sanity_SOURCES = sanity.c
types_SOURCES = types.c
models_SOURCES = models.c
-foo_SOURCES = foo.c
AM_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/babl